mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-04-17 06:57:13 +02:00
343 lines
24 KiB
HTML
343 lines
24 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>cef4delphi: uCEFChromiumFontOptions: Class TChromiumFontOptions</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta name="generator" content="PasDoc 0.16.0-snapshot">
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
|
<link rel="StyleSheet" type="text/css" href="pasdoc.css">
|
|
</head>
|
|
<body>
|
|
<span id="TChromiumFontOptions"></span><h1 class="cio">Class TChromiumFontOptions</h1>
|
|
<div class="sections">
|
|
<div class="one_section"><a class="section" href="#PasDoc-Description">Description</a></div><div class="one_section"><a class="section" href="#PasDoc-Hierarchy">Hierarchy</a></div><div class="one_section"><a class="section" href="#PasDoc-Fields">Fields</a></div><div class="one_section"><a class="section" href="#PasDoc-Methods">Methods</a></div><div class="one_section"><a class="section" href="#PasDoc-Properties">Properties</a></div></div>
|
|
<span id="PasDoc-Description"></span><h2 class="unit">Unit</h2>
|
|
<p class="unitlink">
|
|
<a href="uCEFChromiumFontOptions.html">uCEFChromiumFontOptions</a></p>
|
|
<h2 class="declaration">Declaration</h2>
|
|
<p class="declaration">
|
|
<code>type TChromiumFontOptions = class(TPersistent)</code></p>
|
|
<h2 class="description">Description</h2>
|
|
<p>
|
|
The TChromiumFontOptions properties are used to fill the TCefBrowserSettings record which is used during the browser creation. </p>
|
|
<span id="PasDoc-Hierarchy"></span><h2 class="hierarchy">Hierarchy</h2>
|
|
<ul class="hierarchy"><li class="ancestor">TObject</li>
|
|
<li class="ancestor">TPersistent</li>
|
|
<li class="thisitem">TChromiumFontOptions</li></ul><h2 class="overview">Overview</h2>
|
|
<span id="PasDoc-Fields"></span><h3 class="summary">Fields</h3>
|
|
<table class="summary wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFChromiumFontOptions.TChromiumFontOptions.html#FStandardFontFamily">FStandardFontFamily</a></strong>: <a href="uCEFTypes.html#ustring">ustring</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFChromiumFontOptions.TChromiumFontOptions.html#FCursiveFontFamily">FCursiveFontFamily</a></strong>: <a href="uCEFTypes.html#ustring">ustring</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFChromiumFontOptions.TChromiumFontOptions.html#FSansSerifFontFamily">FSansSerifFontFamily</a></strong>: <a href="uCEFTypes.html#ustring">ustring</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFChromiumFontOptions.TChromiumFontOptions.html#FMinimumLogicalFontSize">FMinimumLogicalFontSize</a></strong>: Integer;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFChromiumFontOptions.TChromiumFontOptions.html#FFantasyFontFamily">FFantasyFontFamily</a></strong>: <a href="uCEFTypes.html#ustring">ustring</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFChromiumFontOptions.TChromiumFontOptions.html#FSerifFontFamily">FSerifFontFamily</a></strong>: <a href="uCEFTypes.html#ustring">ustring</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFChromiumFontOptions.TChromiumFontOptions.html#FDefaultFixedFontSize">FDefaultFixedFontSize</a></strong>: Integer;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFChromiumFontOptions.TChromiumFontOptions.html#FDefaultFontSize">FDefaultFontSize</a></strong>: Integer;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFChromiumFontOptions.TChromiumFontOptions.html#FRemoteFontsDisabled">FRemoteFontsDisabled</a></strong>: <a href="uCEFTypes.html#TCefState">TCefState</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFChromiumFontOptions.TChromiumFontOptions.html#FFixedFontFamily">FFixedFontFamily</a></strong>: <a href="uCEFTypes.html#ustring">ustring</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><code><strong><a href="uCEFChromiumFontOptions.TChromiumFontOptions.html#FMinimumFontSize">FMinimumFontSize</a></strong>: Integer;</code></td>
|
|
</tr>
|
|
</table>
|
|
<span id="PasDoc-Methods"></span><h3 class="summary">Methods</h3>
|
|
<table class="summary wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><code>constructor <strong><a href="uCEFChromiumFontOptions.TChromiumFontOptions.html#Create">Create</a></strong>; virtual;</code></td>
|
|
</tr>
|
|
</table>
|
|
<span id="PasDoc-Properties"></span><h3 class="summary">Properties</h3>
|
|
<table class="summary wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFChromiumFontOptions.TChromiumFontOptions.html#StandardFontFamily">StandardFontFamily</a></strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFChromiumFontOptions.TChromiumFontOptions.html#FStandardFontFamily">FStandardFontFamily</a> write <a href="uCEFChromiumFontOptions.TChromiumFontOptions.html#FStandardFontFamily">FStandardFontFamily</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFChromiumFontOptions.TChromiumFontOptions.html#FixedFontFamily">FixedFontFamily</a></strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFChromiumFontOptions.TChromiumFontOptions.html#FFixedFontFamily">FFixedFontFamily</a> write <a href="uCEFChromiumFontOptions.TChromiumFontOptions.html#FFixedFontFamily">FFixedFontFamily</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFChromiumFontOptions.TChromiumFontOptions.html#SerifFontFamily">SerifFontFamily</a></strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFChromiumFontOptions.TChromiumFontOptions.html#FSerifFontFamily">FSerifFontFamily</a> write <a href="uCEFChromiumFontOptions.TChromiumFontOptions.html#FSerifFontFamily">FSerifFontFamily</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFChromiumFontOptions.TChromiumFontOptions.html#SansSerifFontFamily">SansSerifFontFamily</a></strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFChromiumFontOptions.TChromiumFontOptions.html#FSansSerifFontFamily">FSansSerifFontFamily</a> write <a href="uCEFChromiumFontOptions.TChromiumFontOptions.html#FSansSerifFontFamily">FSansSerifFontFamily</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFChromiumFontOptions.TChromiumFontOptions.html#CursiveFontFamily">CursiveFontFamily</a></strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFChromiumFontOptions.TChromiumFontOptions.html#FCursiveFontFamily">FCursiveFontFamily</a> write <a href="uCEFChromiumFontOptions.TChromiumFontOptions.html#FCursiveFontFamily">FCursiveFontFamily</a>;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFChromiumFontOptions.TChromiumFontOptions.html#FantasyFontFamily">FantasyFontFamily</a></strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFChromiumFontOptions.TChromiumFontOptions.html#FFantasyFontFamily">FFantasyFontFamily</a> write <a href="uCEFChromiumFontOptions.TChromiumFontOptions.html#FFantasyFontFamily">FFantasyFontFamily</a>;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFChromiumFontOptions.TChromiumFontOptions.html#DefaultFontSize">DefaultFontSize</a></strong> : Integer read <a href="uCEFChromiumFontOptions.TChromiumFontOptions.html#FDefaultFontSize">FDefaultFontSize</a> write <a href="uCEFChromiumFontOptions.TChromiumFontOptions.html#FDefaultFontSize">FDefaultFontSize</a> default 0;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFChromiumFontOptions.TChromiumFontOptions.html#DefaultFixedFontSize">DefaultFixedFontSize</a></strong> : Integer read <a href="uCEFChromiumFontOptions.TChromiumFontOptions.html#FDefaultFixedFontSize">FDefaultFixedFontSize</a> write <a href="uCEFChromiumFontOptions.TChromiumFontOptions.html#FDefaultFixedFontSize">FDefaultFixedFontSize</a> default 0;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFChromiumFontOptions.TChromiumFontOptions.html#MinimumFontSize">MinimumFontSize</a></strong> : Integer read <a href="uCEFChromiumFontOptions.TChromiumFontOptions.html#FMinimumFontSize">FMinimumFontSize</a> write <a href="uCEFChromiumFontOptions.TChromiumFontOptions.html#FMinimumFontSize">FMinimumFontSize</a> default 0;</code></td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFChromiumFontOptions.TChromiumFontOptions.html#MinimumLogicalFontSize">MinimumLogicalFontSize</a></strong> : Integer read <a href="uCEFChromiumFontOptions.TChromiumFontOptions.html#FMinimumLogicalFontSize">FMinimumLogicalFontSize</a> write <a href="uCEFChromiumFontOptions.TChromiumFontOptions.html#FMinimumLogicalFontSize">FMinimumLogicalFontSize</a> default 0;</code></td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
|
<td class="itemcode"><code>property <strong><a href="uCEFChromiumFontOptions.TChromiumFontOptions.html#RemoteFonts">RemoteFonts</a></strong> : <a href="uCEFTypes.html#TCefState">TCefState</a> read <a href="uCEFChromiumFontOptions.TChromiumFontOptions.html#FRemoteFontsDisabled">FRemoteFontsDisabled</a> write <a href="uCEFChromiumFontOptions.TChromiumFontOptions.html#FRemoteFontsDisabled">FRemoteFontsDisabled</a> default <a href="uCEFTypes.html#STATE_DEFAULT">STATE_DEFAULT</a>;</code></td>
|
|
</tr>
|
|
</table>
|
|
<h2 class="description">Description</h2>
|
|
<h3 class="detail">Fields</h3>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FStandardFontFamily"></span><code><strong>FStandardFontFamily</strong>: <a href="uCEFTypes.html#ustring">ustring</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FCursiveFontFamily"></span><code><strong>FCursiveFontFamily</strong>: <a href="uCEFTypes.html#ustring">ustring</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FSansSerifFontFamily"></span><code><strong>FSansSerifFontFamily</strong>: <a href="uCEFTypes.html#ustring">ustring</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FMinimumLogicalFontSize"></span><code><strong>FMinimumLogicalFontSize</strong>: Integer;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FFantasyFontFamily"></span><code><strong>FFantasyFontFamily</strong>: <a href="uCEFTypes.html#ustring">ustring</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FSerifFontFamily"></span><code><strong>FSerifFontFamily</strong>: <a href="uCEFTypes.html#ustring">ustring</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FDefaultFixedFontSize"></span><code><strong>FDefaultFixedFontSize</strong>: Integer;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FDefaultFontSize"></span><code><strong>FDefaultFontSize</strong>: Integer;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FRemoteFontsDisabled"></span><code><strong>FRemoteFontsDisabled</strong>: <a href="uCEFTypes.html#TCefState">TCefState</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FFixedFontFamily"></span><code><strong>FFixedFontFamily</strong>: <a href="uCEFTypes.html#ustring">ustring</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
|
|
<td class="itemcode"><span id="FMinimumFontSize"></span><code><strong>FMinimumFontSize</strong>: Integer;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p class="nodescription">This item has no description.</p></td></tr>
|
|
</table>
|
|
<h3 class="detail">Methods</h3>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
|
<td class="itemcode"><span id="Create"></span><code>constructor <strong>Create</strong>; virtual;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Constructor of TChromiumFontOptions </p>
|
|
</td></tr>
|
|
</table>
|
|
<h3 class="detail">Properties</h3>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
|
<td class="itemcode"><span id="StandardFontFamily"></span><code>property <strong>StandardFontFamily</strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFChromiumFontOptions.TChromiumFontOptions.html#FStandardFontFamily">FStandardFontFamily</a> write <a href="uCEFChromiumFontOptions.TChromiumFontOptions.html#FStandardFontFamily">FStandardFontFamily</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Standard font family name. </p>
|
|
</td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
|
<td class="itemcode"><span id="FixedFontFamily"></span><code>property <strong>FixedFontFamily</strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFChromiumFontOptions.TChromiumFontOptions.html#FFixedFontFamily">FFixedFontFamily</a> write <a href="uCEFChromiumFontOptions.TChromiumFontOptions.html#FFixedFontFamily">FFixedFontFamily</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Fixed font family name. </p>
|
|
</td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
|
<td class="itemcode"><span id="SerifFontFamily"></span><code>property <strong>SerifFontFamily</strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFChromiumFontOptions.TChromiumFontOptions.html#FSerifFontFamily">FSerifFontFamily</a> write <a href="uCEFChromiumFontOptions.TChromiumFontOptions.html#FSerifFontFamily">FSerifFontFamily</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Serif font family name. </p>
|
|
</td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
|
<td class="itemcode"><span id="SansSerifFontFamily"></span><code>property <strong>SansSerifFontFamily</strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFChromiumFontOptions.TChromiumFontOptions.html#FSansSerifFontFamily">FSansSerifFontFamily</a> write <a href="uCEFChromiumFontOptions.TChromiumFontOptions.html#FSansSerifFontFamily">FSansSerifFontFamily</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
SansSerif font family name. </p>
|
|
</td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
|
<td class="itemcode"><span id="CursiveFontFamily"></span><code>property <strong>CursiveFontFamily</strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFChromiumFontOptions.TChromiumFontOptions.html#FCursiveFontFamily">FCursiveFontFamily</a> write <a href="uCEFChromiumFontOptions.TChromiumFontOptions.html#FCursiveFontFamily">FCursiveFontFamily</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Cursive font family name. </p>
|
|
</td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
|
<td class="itemcode"><span id="FantasyFontFamily"></span><code>property <strong>FantasyFontFamily</strong> : <a href="uCEFTypes.html#ustring">ustring</a> read <a href="uCEFChromiumFontOptions.TChromiumFontOptions.html#FFantasyFontFamily">FFantasyFontFamily</a> write <a href="uCEFChromiumFontOptions.TChromiumFontOptions.html#FFantasyFontFamily">FFantasyFontFamily</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Fantasy font family name. </p>
|
|
</td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
|
<td class="itemcode"><span id="DefaultFontSize"></span><code>property <strong>DefaultFontSize</strong> : Integer read <a href="uCEFChromiumFontOptions.TChromiumFontOptions.html#FDefaultFontSize">FDefaultFontSize</a> write <a href="uCEFChromiumFontOptions.TChromiumFontOptions.html#FDefaultFontSize">FDefaultFontSize</a> default 0;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Default font size. </p>
|
|
</td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
|
<td class="itemcode"><span id="DefaultFixedFontSize"></span><code>property <strong>DefaultFixedFontSize</strong> : Integer read <a href="uCEFChromiumFontOptions.TChromiumFontOptions.html#FDefaultFixedFontSize">FDefaultFixedFontSize</a> write <a href="uCEFChromiumFontOptions.TChromiumFontOptions.html#FDefaultFixedFontSize">FDefaultFixedFontSize</a> default 0;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Default fixed font size. </p>
|
|
</td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
|
<td class="itemcode"><span id="MinimumFontSize"></span><code>property <strong>MinimumFontSize</strong> : Integer read <a href="uCEFChromiumFontOptions.TChromiumFontOptions.html#FMinimumFontSize">FMinimumFontSize</a> write <a href="uCEFChromiumFontOptions.TChromiumFontOptions.html#FMinimumFontSize">FMinimumFontSize</a> default 0;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Minimum font size. </p>
|
|
</td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
|
<td class="itemcode"><span id="MinimumLogicalFontSize"></span><code>property <strong>MinimumLogicalFontSize</strong> : Integer read <a href="uCEFChromiumFontOptions.TChromiumFontOptions.html#FMinimumLogicalFontSize">FMinimumLogicalFontSize</a> write <a href="uCEFChromiumFontOptions.TChromiumFontOptions.html#FMinimumLogicalFontSize">FMinimumLogicalFontSize</a> default 0;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Minimum logical font size. </p>
|
|
</td></tr>
|
|
</table>
|
|
<table class="detail wide_list">
|
|
<tr class="list">
|
|
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
|
|
<td class="itemcode"><span id="RemoteFonts"></span><code>property <strong>RemoteFonts</strong> : <a href="uCEFTypes.html#TCefState">TCefState</a> read <a href="uCEFChromiumFontOptions.TChromiumFontOptions.html#FRemoteFontsDisabled">FRemoteFontsDisabled</a> write <a href="uCEFChromiumFontOptions.TChromiumFontOptions.html#FRemoteFontsDisabled">FRemoteFontsDisabled</a> default <a href="uCEFTypes.html#STATE_DEFAULT">STATE_DEFAULT</a>;</code></td>
|
|
</tr>
|
|
<tr><td colspan="2">
|
|
<p>
|
|
Controls the loading of fonts from remote sources. Also configurable using the "disable-remote-fonts" command-line switch. </p>
|
|
</td></tr>
|
|
</table>
|
|
<hr><span class="appinfo"><em>Generated by <a href="https://pasdoc.github.io/">PasDoc 0.16.0-snapshot</a>. </em>
|
|
</span>
|
|
</body></html>
|