You've already forked lazarus-ccr
unneeded HTML page
forgot to add xml file git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2247 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
33
components/nvidia-widgets/doc/nvbasefont.xml
Normal file
33
components/nvidia-widgets/doc/nvbasefont.xml
Normal file
@ -0,0 +1,33 @@
|
||||
<?xml version="1.0"?>
|
||||
<fpdoc-descriptions>
|
||||
<package name="nvidia-widgets">
|
||||
<module name="nvBaseFont">
|
||||
<short>Generic font support class</short>
|
||||
<element name="TNVBaseFont.TextHeight">
|
||||
<short>Text height</short>
|
||||
<descr>Some fonts will only return the font size and not the actual text height</descr>
|
||||
</element>
|
||||
<element name="TNVBaseFont.Create">
|
||||
<short>Contructor for the base font class</short>
|
||||
</element>
|
||||
<element name="TNVBaseFont.Add">
|
||||
<short>Method that allows to add multiple stylized fonts</short>
|
||||
<descr>To define font styles, you will need to add the fonts first. This method allows to add a named font style and set the styles of it.</descr>
|
||||
</element>
|
||||
<element name="TNVBaseFont.Name">
|
||||
<short>Font name</short>
|
||||
</element>
|
||||
<element name="TNVBaseFont.Size">
|
||||
<short>Font size</short>
|
||||
</element>
|
||||
<element name="TNVBaseFont.TextWidth">
|
||||
<short>Text width</short>
|
||||
</element>
|
||||
<element name="TNVBaseFont.TextSize">
|
||||
<short>Text size</short>
|
||||
<seealso>TextWidth
|
||||
TextHeight</seealso>
|
||||
</element>
|
||||
</module>
|
||||
</package>
|
||||
</fpdoc-descriptions>
|
@ -1,26 +0,0 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
|
||||
<title>UIContext.m_painter</title>
|
||||
<link rel="stylesheet" href="../fpdoc.css" type="text/css">
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<table class="bar" width="100%" border="0" cellpadding="4" cellspacing="0">
|
||||
<tr>
|
||||
<td><b>[<a href="../nvwidgets/index.html">Overview</a>][<a href="../nvwidgets/index-2.html">Constants</a>][<a href="../nvwidgets/index-3.html">Types</a>][<a href="../nvwidgets/index-4.html">Classes</a>][<a href="../nvwidgets/index-5.html">Procedures and functions</a>][<a href="../nvwidgets/index-8.html">Index</a>]</b></td>
|
||||
<td align="right"><span class="bartitle">Reference for unit 'nvWidgets' (<a href="../index.html">#nvidia-widgets</a>)</span></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h1>UIContext.m_painter</h1>
|
||||
<p></p>
|
||||
<h2>Declaration</h2>
|
||||
<p>Source position: nvwidgets.pas line 389</p>
|
||||
<table cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td><p><tt><span class="code"> <span class="kw">protected</span> <a href="../nvwidgets/uicontext.html">UIContext</a><span class="sym">.</span>m_painter<span class="sym">: </span><a href="../nvwidgets/uipainter.html">UIPainter</a><span class="sym">;</span></span></tt></p></td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user