ReactOS 0.4.16-dev-736-g28b802b
|
#include <text.h>
Public Attributes | |
BASEOBJECT | BaseObject |
LFTYPE | lft |
FLONG | fl |
FONTOBJ * | Font |
WCHAR | TextFace [LF_FACESIZE] |
DWORD | dwOffsetEndArray |
ENUMLOGFONTEXDVW | logfont |
EX_PUSH_LOCK | lock |
BASEOBJECT _LFONT::BaseObject |
Definition at line 63 of file text.h.
Referenced by FontGetObject(), HfontCreate(), and TextIntCreateFontIndirect().
FLONG _LFONT::fl |
Definition at line 65 of file text.h.
Referenced by FontGetObject(), HfontCreate(), RealizeFontInit(), and TextIntRealizeFont().
FONTOBJ* _LFONT::Font |
Definition at line 66 of file text.h.
Referenced by FontLink_Chain_Populate(), ftGdiGetGlyphOutline(), ftGdiGetTextCharsetInfo(), ftGdiGetTextMetricsW(), GreGetKerningPairs(), IntExtTextOutW(), NtGdiGetCharABCWidthsW(), NtGdiGetCharWidthW(), NtGdiGetFontData(), NtGdiGetFontUnicodeRanges(), NtGdiGetGlyphIndicesW(), NtGdiGetKerningPairs(), NtGdiGetOutlineTextMetricsInternalW(), NtGdiGetRealizationInfo(), TextIntGetTextExtentPoint(), and TextIntRealizeFont().
LFTYPE _LFONT::lft |
Definition at line 64 of file text.h.
Referenced by HfontCreate().
EX_PUSH_LOCK _LFONT::lock |
Definition at line 71 of file text.h.
Referenced by HfontCreate(), TextIntCreateFontIndirect(), TEXTOBJ_LockText(), and TEXTOBJ_UnlockText().
ENUMLOGFONTEXDVW _LFONT::logfont |
Definition at line 70 of file text.h.
Referenced by FontGetObject(), FontLink_Chain_Populate(), ftGdiGetGlyphOutline(), ftGdiGetTextMetricsW(), HfontCreate(), IntExtTextOutW(), NtGdiGetCharABCWidthsW(), NtGdiGetCharWidthW(), TextIntCreateFontIndirect(), TextIntGetTextExtentPoint(), TextIntRealizeFont(), and TextIntUpdateSize().
WCHAR _LFONT::TextFace[LF_FACESIZE] |
Definition at line 67 of file text.h.
Referenced by FontLink_Chain_Populate(), NtGdiGetTextFaceW(), and TextIntRealizeFont().