Sack Library Documentation
ContentsIndexReferenceHome
PreviousUpNext
sack::PSI::font::PickFontWithUpdate Function
C++
Font PickFontWithUpdate(S_32 x, S_32 y, size_t * pFontDataSize, POINTER * pFontData, PSI_CONTROL pAbove, void (__cdecl *UpdateFont)( PTRSZVAL psv, Font font ), PTRSZVAL psvUpdate);
Parameters 
Description 
S_32 x 
x screen position to put the dialog 
S_32 y 
y screen position to put the dialog 
size_t * pFontDataSize 
pointer to a 32 bit value to receive the font data length. (can ba NULL to ignore) 
POINTER * pFontData 
pointer to pointer to get font_data. (can ba NULL to ignore) 
PSI_CONTROL pAbove 
pointer to a frame to stack this one above. 
PTRSZVAL psvUpdate 
user data to pass to use callback when invoked. 
UpdateFont 
user callback passed the psvUpdate data and the Font that has been updated. 

PickFontWithUpdate can be used to receive event notices when the font is changed, allowing immediately refresh using the changed font.

Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at support@toolsfactory.com.
Copyright (c) 2000+. All rights reserved.
What do you think about this topic? Send feedback!